home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-254.nasl < prev    next >
Text File  |  2005-03-31  |  4KB  |  80 lines

  1. # This script was automatically generated from the dsa-254
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. A vulnerability has been discovered in NANOG traceroute, an enhanced
  12. version of the Van Jacobson/BSD traceroute program.  A buffer overflow
  13. occurs in the \'get_origin()\' function.  Due to insufficient bounds
  14. checking performed by the whois parser, it may be possible to corrupt
  15. memory on the system stack.  This vulnerability can be exploited by a
  16. remote attacker to gain root privileges on a target host.  Though,
  17. most probably not in Debian.
  18. The Common Vulnerabilities and Exposures (CVE) project additionally
  19. identified the following vulnerabilities which were already fixed in
  20. the Debian version in stable (woody) and oldstable (potato) and are
  21. mentioned here for completeness (and since other distributions had to
  22. release a separate advisory for them):
  23. Fortunately, the Debian package drops privileges quite early after
  24. startup, so those problems are not likely to result in an exploit on a
  25. Debian machine.
  26. For the current stable distribution (woody) the above problem has been
  27. fixed in version 6.1.1-1.2.
  28. For the old stable distribution (potato) the above problem has been
  29. fixed in version 6.0-2.2.
  30. For the unstable distribution (sid) these problems have been fixed in
  31. version 6.3.0-1.
  32. We recommend that you upgrade your traceroute-nanog package.
  33.  
  34.  
  35. Solution : http://www.debian.org/security/2003/dsa-254
  36. Risk factor : High';
  37.  
  38. if (description) {
  39.  script_id(15091);
  40.  script_version("$Revision: 1.4 $");
  41.  script_xref(name: "DSA", value: "254");
  42.  script_cve_id("CAN-2002-1386", "CAN-2002-1387", "CVE-2002-1051", "CVE-2002-1364");
  43.  script_bugtraq_id(4956, 6166, 6274, 6275);
  44.  
  45.  script_description(english: desc);
  46.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  47.  script_name(english: "[DSA254] DSA-254-1 traceroute-nanog");
  48.  script_category(ACT_GATHER_INFO);
  49.  script_family(english: "Debian Local Security Checks");
  50.  script_dependencies("ssh_get_info.nasl");
  51.  script_require_keys("Host/Debian/dpkg-l");
  52.  script_summary(english: "DSA-254-1 traceroute-nanog");
  53.  exit(0);
  54. }
  55.  
  56. include("debian_package.inc");
  57.  
  58. w = 0;
  59. if (deb_check(prefix: 'traceroute-nanog', release: '2.2', reference: '6.0-2.2')) {
  60.  w ++;
  61.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package traceroute-nanog is vulnerable in Debian 2.2.\nUpgrade to traceroute-nanog_6.0-2.2\n');
  62. }
  63. if (deb_check(prefix: 'traceroute-nanog', release: '3.0', reference: '6.1.1-1.2')) {
  64.  w ++;
  65.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package traceroute-nanog is vulnerable in Debian 3.0.\nUpgrade to traceroute-nanog_6.1.1-1.2\n');
  66. }
  67. if (deb_check(prefix: 'traceroute-nanog', release: '2.2', reference: '6.0-2.2')) {
  68.  w ++;
  69.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package traceroute-nanog is vulnerable in Debian potato.\nUpgrade to traceroute-nanog_6.0-2.2\n');
  70. }
  71. if (deb_check(prefix: 'traceroute-nanog', release: '3.2', reference: '6.3.0-1')) {
  72.  w ++;
  73.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package traceroute-nanog is vulnerable in Debian sid.\nUpgrade to traceroute-nanog_6.3.0-1\n');
  74. }
  75. if (deb_check(prefix: 'traceroute-nanog', release: '3.0', reference: '6.1.1-1.2')) {
  76.  w ++;
  77.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package traceroute-nanog is vulnerable in Debian woody.\nUpgrade to traceroute-nanog_6.1.1-1.2\n');
  78. }
  79. if (w) { security_hole(port: 0, data: desc); }
  80.